|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
org.eclipse.vtp.framework.interactions.core.commands.InitialCommand
public class InitialCommand
InitialCommand.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand |
|---|
INPUT_TYPE_CUSTOM, INPUT_TYPE_FILE, OUTPUT_TYPE_FILE, OUTPUT_TYPE_TEXT |
| Constructor Summary | |
|---|---|
InitialCommand()
Creates a new InitialCommand. |
|
| Method Summary | |
|---|---|
java.lang.Object |
exportContents()
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang. |
java.lang.String[] |
getParameterNames()
Returns the names of the parameters that will be returned from the interaction. |
java.lang.String[] |
getParameterValues(java.lang.String name)
Returns the values of a parameter to be set when the process resumes. |
java.lang.String |
getResultName()
Returns the name of the parameter to pass the result of the request as. |
java.lang.String |
getResultValue()
Returns the value of the result parameter to pass if the input is valid. |
java.lang.String[] |
getVariableNames()
getVariableNames. |
java.lang.String |
getVariableValue(java.lang.String name)
Returns the values of a variable to be set when the process resumes. |
void |
importContents(java.lang.Object contents)
Configures the contents of this command with a structure previously returned from ICommand.exportContents(). |
boolean |
removeVariable(java.lang.String name)
removeVariable. |
void |
setParameterValues(java.lang.String name,
java.lang.String[] values)
Configures a parameter set when the current process resumes. |
void |
setResultName(java.lang.String resultName)
Sets the name of the parameter to pass the result of the request as. |
void |
setResultValue(java.lang.String resultValue)
Sets the value of the result parameter to pass if the input is valid. |
boolean |
setVariable(java.lang.String name,
java.lang.String value)
setVariable. |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitialCommand()
| Method Detail |
|---|
public java.lang.String getResultName()
public void setResultName(java.lang.String resultName)
resultName - The name of the parameter to pass the result of the
request as.public java.lang.String getResultValue()
public void setResultValue(java.lang.String resultValue)
resultValue - The value of the result parameter to pass if the input
is valid.public java.lang.String[] getVariableNames()
public java.lang.String getVariableValue(java.lang.String name)
name - The name of the variable to be set.
public boolean setVariable(java.lang.String name,
java.lang.String value)
name -
public boolean removeVariable(java.lang.String name)
name -
public java.lang.String[] getParameterNames()
public java.lang.String[] getParameterValues(java.lang.String name)
name - The name of the parameter to be set.
public void setParameterValues(java.lang.String name,
java.lang.String[] values)
name - The name of the parameter to set.values - The values to set the parameter to.public java.lang.Object exportContents()
ICommandjava.lang.
public void importContents(java.lang.Object contents)
ICommandICommand.exportContents().
contents - The exported contents structure to load from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||